home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <dialog title="Adult Warning Page"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept,cancel"
- autosize="true"
- resizable="no"
- onload="FlashVDAdultWarning.init();"
- ondialogaccept="FlashVDAdultWarning.on_accept();return true;"
- ondialogcancel="window.close();return false;">
-
- <script type="application/x-javascript" src="chrome://flashvideodownloader/content/adult_notification.js"/>
-
- <groupbox flex="1">
- <caption label="Warning! You Are About to Download an Adult Materials!" id="caption" />
-
- <vbox flex="1">
- <hbox flex="1">
- <textbox id="lic" multiline="true" rows="10" cols="70" readonly="true" />
- </hbox>
- <hbox>
- <button label="Accept" dlgtype="accept"/>
- <button label="Decline" dlgtype="cancel"/>
- <checkbox label="I accept the terms. Disable Warnings."
- id="adult_notification"
- style="font-weight:bold"
- oncommand="FlashVDAdultWarning.set_adult_notification();"/>
- </hbox>
- </vbox>
-
- </groupbox>
-
- </dialog>